lcPlineAddVer Home

Inserts a vertex into a Polyline object at the specified position.

 HANDLE lcPlineAddVer (
   HANDLE hPline,
   HANDLE hVertex,
   double X,
   double Y
 );

Parameters
hPline
  Handle to a polyline object.
hVertex
  Handle to the polyline vertex, or NULL.
X Y
  Coordinates of the new vertex.

Return Value

  Handle to the new Vertex object or NULL if the function fails.

Remarks

  The new vertex is inserted before the specified vertex. If hVertex is NULL, it is appended to the end of the polyline.

See Also

  lcPlineAddVer2lcPlineDeleteVerlcBlockAddPolyline